home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 25
/
MacFormat n. 25 (Spain)
/
MacFormat 25.bin
/
mac
/
Demos
/
Print Artist Demo
/
PA12-Mac.Dxr
/
00459.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-03
|
300 b
|
16 lines
on msgJump
global loopOnce
if loopOnce = 0 then
startTimer()
end if
puppetSprite(16, 1)
if the timer > 260 then
set the memberNum of sprite 16 to the number of member ("msg" & string(random(22)))
updateStage()
startTimer()
else
set loopOnce to 1
exit
end if
end